home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / GradientKit / GradientExample / GradientExample_main.m next >
Text File  |  1996-04-23  |  399b  |  18 lines

  1. /* Generated by the NeXT Project Builder 
  2.    NOTE: Do NOT change this file -- Project Builder maintains it.
  3. */
  4.  
  5. #import <appkit/appkit.h>
  6. #import "GRGradientFrameView.h"
  7.  
  8. void main(int argc, char *argv[]) {
  9.  
  10.     [Application new];
  11.     [GRGradientFrameView install];
  12.     if ([NXApp loadNibSection:"GradientExample.nib" owner:NXApp withNames:NO])
  13.         [NXApp run];
  14.         
  15.     [NXApp free];
  16.     exit(0);
  17. }
  18.